home *** CD-ROM | disk | FTP | other *** search
/ Shareware Grab Bag / Shareware Grab Bag.iso / 001 / prcmscrp.arc / RBBS.CMD < prev    next >
OS/2 REXX Batch file  |  1985-08-30  |  2KB  |  25 lines

  1. /**********************************************************************/
  2. /*                                                                    */
  3. /* Sample command file for automatic logon to RBBS systems            */
  4. /*                                                                    */
  5. /**********************************************************************/
  6.  
  7. %E7                  /* Use ANSI-BBS emulation for ANSI graphics      */
  8. %C"55"               /* Call dialing directory entry number 15        */
  9. %T"!"                /* Transmit several Carriage returns waiting     */
  10. %W"1"                /* 1 second in between...                        */
  11. %T"!"                /*                                               */
  12. %W"1"                /*                                               */
  13. %T"!"                /*                                               */
  14. %W"1"                /*                                               */
  15. %T"!"                /*                                               */
  16. %W"1"                /*                                               */
  17. %T"!"                /*                                               */
  18. %I"YOUR FIRST NAME?" /* Wait for first name prompt...                 */
  19. %T"ALBERT!"          /* Send name.                                    */
  20. %I"YOUR LAST NAME?"  /* Wait for last name prompt...                  */
  21. %T"EINSTEIN!"        /* Send name.                                    */
  22. %I"(dots echo)?"     /* Wait for RBBS password prompt...              */
  23. %T"EMC2!"            /* Send password                                 */
  24. %A                   /* Sound alarm to let you know logon is complete */
  25.